home *** CD-ROM | disk | FTP | other *** search
/ Alles Voor Internet / Tout Pour Internet / alles voor internet.iso / MacInternet™ / Unix / maclayersunixend1.30.shar / 1.30 / layersrc.doc < prev    next >
Text File  |  1993-06-17  |  2KB  |  46 lines

  1. Here is a quick summary of the .layersrc capability. See the example
  2. file 'layersrc' and the Macintosh side MacLayers Manual for more info.
  3.  
  4. The following line can be specified (multiple times) in a .layersrc file 
  5. situated in the user's home directory to direct automatic startup of 
  6. shells and windows when layers mode is started:
  7.  
  8.     layer [ [flag [arg]] [flag [arg]] ... [flag [arg]] ]
  9.  
  10.     Creates a new window layer with default preferences; attributes
  11.     can be overriden with zero or more of the following flags:
  12.  
  13.     eg:
  14.  
  15.     layer -geometry 56x9+2+130 -t Purple
  16.  
  17.     will create a new window layer running the default shell with
  18.     width 56 characters and height 9 characters, positioned with its
  19.     top-left corner at (2,130) on the Macintosh host screen. The layer
  20.     will not be logged in, but it will be titled "Purple".
  21.  
  22.           FLAG     LONG FLAG     ARGS           NOTES
  23.           ----    -----------    ----           -----
  24.            -l       -login                      makes window a login window
  25.         
  26.            -g       -geometry    wwxhh          sizes window to be ww columns
  27.                                                 wide by hh lines high
  28.  
  29.                                  wwxhh+xx+yy    sizes window (see above) and
  30.                                                 also places it at (+xx,+yy)
  31.                                                 on the host Macintosh screen;
  32.                                                 note that -xx or -yy are also
  33.                                                 valid (but refer to (0,0)
  34.         
  35.           -t        -title       string         sets window title to the first
  36.                                                 twenty-nine characters of
  37.                                                 string
  38.  
  39.           -e        -exec        command [args] specifies program and any
  40.                                                 command line arguments to
  41.                                                 be run in the layer; because
  42.                                                 all remaining tokens are taken
  43.                                                 as command line arguments for
  44.                                                 command, this must always be
  45.                                                 the last flag provided
  46.